GrapeCity CalendarGrid for Windows Forms 2.0J
AddRange(Keys[],String[]) メソッド

特定のボタンを示す System.Windows.Forms.Keys 配列値。
ボタンキーを示す System.String 配列値。
CalculatorButtonMappingCollection に複数の項目を追加します。
構文
Public Overloads Sub AddRange( _
   ByVal keys() As Keys, _
   ByVal buttonKeys() As String _
) 
public void AddRange( 
   Keys[] keys,
   string[] buttonKeys
)

パラメータ

keys
特定のボタンを示す System.Windows.Forms.Keys 配列値。
buttonKeys
ボタンキーを示す System.String 配列値。
例外
例外解説
System.ArgumentExceptionkeys 配列と buttonKeys 配列の長さは同じである必要があります。
参照

CalculatorButtonMappingCollection クラス
CalculatorButtonMappingCollection メンバ
オーバーロード一覧

 

 


c 2008 GrapeCity inc. All rights reserved.